home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / async10.zip / ASYNC10.TXT < prev    next >
Text File  |  1994-01-08  |  1KB  |  31 lines

  1.  
  2. Subject: ASYNC.EXE v1.0
  3. Date:    January 7, 1994
  4.  
  5. Async is a program to open Com port 1 or Com port 2, transmit
  6. a data string; and monitor the modem response.
  7.  
  8. Usage is ASYNC data_string [/2]  [/Txx]
  9.  
  10. The data string may not contain spaces. The /2 switch is for usage
  11. with Com port 2. The /T switch increases the time the port is keep
  12. open for the modem reply. Valid values for "xx" are 2 through 20.
  13.  
  14. If the serial port initializes properly "TRUE" will echo to the screen.
  15. If a modem doesn't exist or isn't working, <<TIME OUT>> will echo to
  16. the screen.
  17.  
  18. The port stays open for a couple of seconds to monitor the modem response.
  19. If necessary, the time out interval can be increased with the /T switch.
  20. /T2 doubles it, /T3 triples it etc.
  21.  
  22. A dash(-) may be used instead of a slash(/) for the switches,
  23. Case doesn't matter.
  24.  
  25. This program was evaluated with an XT clone and a 2400bps internal modem
  26. on com 2. If it serves you well, good. If not, enter "del async.exe" at
  27. the DOS prompt and press the enter key!
  28.  
  29. PS-  You may use the switch, /S, to reduce the amount of data sent to 
  30. the screen.
  31.